home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PROGRAM
/
LDB171.ARJ
/
EXAMP204.CPP
< prev
next >
Wrap
Text File
|
1992-05-12
|
309b
|
16 lines
// examp204.cpp - link with intbdr.obj and binder.obj
#include "intbdr.hpp"
main()
{
IntBdr b(BDR_DDELETE|BDR_DNEW,5);
for (int i = 0; b.insQNew(&i); i++);
while (++b)
cout << *(int *)b << "\n";
return 0;
}